home *** CD-ROM | disk | FTP | other *** search
/ The Trig Explorer / The Trig Explorer.iso / pc / explorer / sextant.dxr / 00006.ls < prev    next >
Encoding:
Text File  |  1997-07-22  |  723 b   |  24 lines

  1. on enterFrame
  2.   set the cursor of sprite 20 to [319, 320]
  3.   set the cursor of sprite 21 to [319, 320]
  4.   set the cursor of sprite 22 to [319, 320]
  5.   set the cursor of sprite 23 to [319, 320]
  6.   set the cursor of sprite 24 to [319, 320]
  7.   set the cursor of sprite 25 to [319, 320]
  8.   set the cursor of sprite 26 to [319, 320]
  9.   set the cursor of sprite 27 to [319, 320]
  10.   set the cursor of sprite 28 to [319, 320]
  11.   set the cursor of sprite 29 to [319, 320]
  12.   set the cursor of sprite 30 to [319, 320]
  13.   set the cursor of sprite 31 to [319, 320]
  14.   set the cursor of sprite 32 to [319, 320]
  15.   set the cursor of sprite 33 to [319, 320]
  16. end
  17.  
  18. on exitFrame
  19.   global Voice
  20.   if Voice then
  21.     puppetSound("Sexviw.aiff")
  22.   end if
  23. end
  24.